home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_334 / fbm / readme.lib < prev    next >
Text File  |  1992-05-06  |  2KB  |  69 lines

  1. This directory contains the source for the FBM bitmap manipulation
  2. library.  The commands implemented allow for resizing, retoning and
  3. rendering of both grayscale and color bitmaps, as well as conversions
  4. to and from a variety of other formats including PBM, Bennet Yee's
  5. FACE format, and Sun rasterfiles.
  6.  
  7. Separate compilation files for libfbm.a:
  8.  
  9.     flalfb.c: 
  10.         alloc_fbm (image)
  11.         free_fbm (image)
  12.     flblue.c: 
  13.         bluenoise_fbm (input, output, noiselevel)
  14.     flbyte.c:
  15.         get_long (rfile, order)
  16.         get_short (rfile, order)
  17.         put_long (long, wfile, order)
  18.         put_short (word, wfile, order)
  19.         machine_byte_order ()
  20.     flcavg.c: 
  21.         constravg_fbm (input, output, gamma)
  22.     flclr.c:
  23.         clr2gray (input, output, rw, gw, bw)
  24.         gray2clr (input, output, rw, gw, bw)
  25.     fledge.c:
  26.         findedge_fbm (&image, beta)
  27.     flextr.c: 
  28.         extract_fbm (input, output, xo, yo, w, h, ow, oh,
  29.                  title, credits)
  30.     flface.c: 
  31.         write_face (image, stream)
  32.         read_face (image, stream , mstr, mlen)
  33.     flflyd.c: 
  34.         floyd_fbm (input, output)
  35.     flgifc.c:
  36.     flgife.c:
  37.     flgifr.c:
  38.         read_gif (image, infile, mstr, mlen)
  39.     flgifw.c:
  40.         write_gif (image, infile)
  41.     fliff.c:
  42.         read_iff (image, infile, mstr, mlen)
  43.         write_iff (image, infile)
  44.     flklnr.c:
  45.         clean_fbm (input, output, beta, gamma, nbr)
  46.     flpbm.c: 
  47.         read_pbm (image, infile, mstr, mlen)
  48.         write_pbm (image, stream)
  49.     flpcx.c:
  50.         read_pcx (image, rfile, mstr, mlen)
  51.     flrdfb.c: 
  52.         read_fbm (image, rfile, mstr, mlen)
  53.         read_hdr_fbm (image, rfile, mstr, mlen)
  54.     flread.c:
  55.         read_bitmap (image, rfname)
  56.         write_bitmap (image, wfile, type)
  57.     flrot.c:
  58.         rotate_fbm (input, output, rot)
  59.     flshrp.c: 
  60.         sharpen_fbm (input, output, beta)
  61.     flsun.c:
  62.         read_sun (image, rfile, mstr, mlen)
  63.         write_sun (image, wfile)
  64.     flhtre.c:
  65.         thesh_fbm (input, output, thresh)
  66.     flwrfb.c: 
  67.         write_fbm (image, wfile)
  68.         write_hdr_fbm (image, wfile)
  69.